Skip to content

Commit

Permalink
Move wheel creds to OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jeffery committed Oct 30, 2023
1 parent 872e36e commit af6fa8d
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 af6fa8d

Please sign in to comment.