Skip to content

Commit

Permalink
update pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
Natooz committed Mar 12, 2024
1 parent fc969a8 commit afbcd8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
environment:
name: pypi
name: release
url: https://pypi.org/p/lcsvec
permissions:
id-token: write
Expand All @@ -136,6 +136,5 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
#with:
# To test: repository-url: https://test.pypi.org/legacy/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit afbcd8d

Please sign in to comment.