Skip to content

Commit

Permalink
Change upload target to Release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximFischuk committed Nov 21, 2022
1 parent 19d0d40 commit f8c3b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check distribution
run: python3 -m twine check --strict dist/*
- name: Publish package
run: python3 -m twine upload --repository testpypi dist/*
run: python3 -m twine upload dist/*
env:
VERSION: ${{ env.lib_version }}
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit f8c3b58

Please sign in to comment.