Skip to content

Commit

Permalink
Merge pull request #78 from benjeffery/wheels
Browse files Browse the repository at this point in the history
Move wheel creds to OIDC
  • Loading branch information
benjeffery authored Oct 31, 2023
2 parents 872e36e + af6fa8d commit 9c6102f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
- name: Publish distribution to PRODUCTION PyPI
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}
uses: pypa/gh-action-pypi-publish@release/v1.8
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pull_request_rules:
- status-success=Python (3.8, ubuntu-latest)
- status-success=Python (3.11, ubuntu-latest)
- status-success=Python (3.8, windows-latest)
- status-success=Python (3.11 windows-latest)
- status-success=Python (3.11, windows-latest)
- "status-success=ci/circleci: build"
actions:
queue:
Expand Down

0 comments on commit 9c6102f

Please sign in to comment.