Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tlpss committed Dec 9, 2024
1 parent ecd6cab commit dea2d71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true

- uses: pypa/[email protected]

- name: Verify clean directory
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1


upload_to_test_pypi:
# runs for distributions or tags
Expand All @@ -140,4 +140,5 @@ jobs:
with:
server: https://test.pypi.org/legacy/
username: __token__
password: ${{ secrets.TEST_PYPI_PASSWORD }}
password: ${{ secrets.TEST_PYPI_PASSWORD }}
skip-existing: false

0 comments on commit dea2d71

Please sign in to comment.