Skip to content

Commit

Permalink
Update python-publish.yml -- use source
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Jan 7, 2024
1 parent 42bcd53 commit 88b6c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: 'https:/Techtonique/nnetsauce/tree/master/dist'
packages-dir: 'https:/Techtonique/nnetsauce/blob/master/dist/nnetsauce-0.16.2.tar.gz'
password: ${{ secrets.PYPI_GLOBAL }}
repository-url: https://test.pypi.org/legacy/
verbose: true

0 comments on commit 88b6c85

Please sign in to comment.