Skip to content

Commit dead2a3

Browse files
authored
Merge pull request microsoft#19 from microsoft/develop
PyPip Upload fix
2 parents b6e58be + d5a212c commit dead2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2525
run: |
2626
python setup.py sdist bdist_wheel
27-
twine upload --repository-url https://pypi.python.org/pypi dist/*
27+
twine upload dist/*

0 commit comments

Comments
 (0)