Skip to content

Commit 066d8e3

Browse files
prompt-botSimsonW
authored andcommitted
fix: 更新actions3
1 parent 41f39ce commit 066d8e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
run: >-
2424
pip install -r requirements.txt &&
2525
python setup.py sdist
26-
27-
- name: Publish distribution 📦 to Test PyPI
28-
uses: pypa/gh-action-pypi-publish@master
29-
with:
30-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
31-
repository_url: https://test.pypi.org/legacy/
3226
3327
- name: Publish distribution 📦 to Test PyPI
3428
if: startsWith(github.ref, 'refs/dev')

0 commit comments

Comments
 (0)