Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Feb 3, 2025
1 parent b74e048 commit 9431fba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
publish:
name: Publish to PyPI
needs: [test, build-sdist, build-wheels]
# if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -63,11 +63,6 @@ jobs:
path: dist
merge-multiple: true

- run: |
python -m pip install --upgrade pip
python -m pip install --upgrade twine
ls -l dist
- name: 🚢 Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

Expand Down

0 comments on commit 9431fba

Please sign in to comment.