File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,7 @@ jobs:
129
129
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
130
130
uses : pypa/gh-action-pypi-publish@master
131
131
with :
132
- password : ${{ secrets.test_pypi_password }}
133
132
repository_url : https://test.pypi.org/legacy/
134
133
- name : Publish distribution to PRODUCTION PyPI
135
134
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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pull_request_rules:
25
25
- status-success=Python (3.8, ubuntu-latest)
26
26
- status-success=Python (3.11, ubuntu-latest)
27
27
- status-success=Python (3.8, windows-latest)
28
- - status-success=Python (3.11 windows-latest)
28
+ - status-success=Python (3.11, windows-latest)
29
29
- " status-success=ci/circleci: build"
30
30
actions :
31
31
queue :
You can’t perform that action at this time.
0 commit comments