Skip to content

Commit

Permalink
fix: test.pypi.org upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
201st-Luka committed Sep 29, 2023
1 parent a2cf6bd commit e1f33de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "Package version: $VERSION"
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV
- name: Upload
run: python3 -m twine upload -u __token__ -p ${{ secrets.TEST_PYPI_TOKEN }} --repository testpypi dist/*
run: python3 -m twine upload -u __token__ -p ${{ secrets.TEST_PYPI_TOKEN }} --repository testpypi --skip-existing dist/*
- name: Test
run: pip install -i -i https://test.pypi.org/simple/ pyclasher==$PACKAGE_VERSION
- name: Upload
Expand Down

0 comments on commit e1f33de

Please sign in to comment.