Skip to content

Commit

Permalink
Update release-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fizxmike authored Jul 20, 2024
1 parent 2c0ce7e commit 07ea6e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
py -m pip install --upgrade build
py -m build
pypi-publish:
test-pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
needs: build-dist
Expand All @@ -27,7 +27,6 @@ jobs:
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
# retrieve your distributions here
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 07ea6e9

Please sign in to comment.