Skip to content

Commit

Permalink
Revert action tagging; didn't actually improve things.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 29, 2022
1 parent 7f3aef5 commit f56f8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
# --only-binary :all: forces a wheel download
pip download --index-url https://test.pypi.org/simple/ --no-cache --no-build-isolation --dest dist --no-deps --only-binary :all: briefcase==${{ env.VERSION }}
- name: Publish release to production PyPI
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
python -m twine check dist/*
- name: Publish release to Test PyPI
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_PASSWORD }}

0 comments on commit f56f8ac

Please sign in to comment.