Skip to content

Commit

Permalink
Update _pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kivel authored Dec 19, 2024
1 parent e6d83dc commit bb095d7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ jobs:
name: dist
path: dist

# - name: Publish to PyPI using trusted publishing
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# attestations: false

- name: Publish package distributions to TestPyPI
- name: Publish to PyPI using trusted publishing
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
attestations: false

0 comments on commit bb095d7

Please sign in to comment.