Skip to content

Commit

Permalink
Fix repository-url to use pypi url
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersson committed Jun 10, 2023
1 parent 6ff7e01 commit c68069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

run: |
python setup.py sdist bdist_wheel
twine upload --repository-url https://github.com/tom-andersson/deepsensor dist/*
twine upload --repository-url https://pypi.org/project/deepsensor/ dist/*

0 comments on commit c68069c

Please sign in to comment.