Skip to content

Commit 9c6102f

Browse files
authored
Merge pull request #78 from benjeffery/wheels
Move wheel creds to OIDC
2 parents 872e36e + af6fa8d commit 9c6102f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,7 @@ jobs:
129129
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
130130
uses: pypa/gh-action-pypi-publish@master
131131
with:
132-
password: ${{ secrets.test_pypi_password }}
133132
repository_url: https://test.pypi.org/legacy/
134133
- name: Publish distribution to PRODUCTION PyPI
135134
if: github.event_name == 'release'
136-
uses: pypa/gh-action-pypi-publish@master
137-
with:
138-
password: ${{ secrets.pypi_password }}
135+
uses: pypa/gh-action-pypi-publish@release/v1.8

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pull_request_rules:
2525
- status-success=Python (3.8, ubuntu-latest)
2626
- status-success=Python (3.11, ubuntu-latest)
2727
- status-success=Python (3.8, windows-latest)
28-
- status-success=Python (3.11 windows-latest)
28+
- status-success=Python (3.11, windows-latest)
2929
- "status-success=ci/circleci: build"
3030
actions:
3131
queue:

0 commit comments

Comments
 (0)