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:
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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments