Skip to content

Commit 6b18207

Browse files
committed
Clean-up releaser.yml
1 parent d5ab9cc commit 6b18207

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/releaser.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
clean-exclude: "CNAME"
4343
tag: doc-${{ steps.get_version.outputs.VERSION }}
4444

45-
Publish_to_PyPi:
46-
name: Publish to PyPi
45+
Publish_to_PyPI:
46+
name: Publish to PyPI
4747
runs-on: ubuntu-latest
4848
if: startsWith(github.ref, 'refs/tags/v')
4949
steps:
5050
- uses: actions/checkout@v3
5151

52-
- name: "Upload to Public PyPi"
52+
- name: "Upload to Public PyPI"
5353
run: |
5454
pip install twine
5555
pip install build
@@ -58,12 +58,3 @@ jobs:
5858
env:
5959
TWINE_USERNAME: __token__
6060
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
61-
62-
# - name: "Upload to Test PyPi"
63-
# run: |
64-
# pip install twine
65-
# twine upload --repository testpypi --skip-existing ./**/*.whl
66-
# twine upload --repository testpypi --skip-existing ./**/*.tar.gz
67-
# env:
68-
# TWINE_USERNAME: __token__
69-
# TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)