Skip to content

Commit

Permalink
pypi issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davebryson committed Mar 20, 2024
1 parent 0b82f60 commit cd2e53b
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,21 @@ jobs:
publish_test_pypi:
runs-on: ubuntu-latest
needs: [sdist]
environment:
name: testpypi
url: https://test.pypi.org/p/simular-evm
permissions:
id-token: write
steps:
- name: Download dists
uses: actions/download-artifact@v4
with:
pattern: wheels-*
merge-multiple: true
path: dist/
- name: Publish to PyPI
uses: messense/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.MATURIN_TEST_PYPI_TOKEN }}
with:
command: upload
args: --skip-existing *
- name: Download dists
uses: actions/download-artifact@v4
with:
pattern: wheels-*
merge-multiple: true
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
repository-url: https://test.pypi.org/legacy/


0 comments on commit cd2e53b

Please sign in to comment.