Skip to content

Commit 5219925

Browse files
committed
Cleanup release.yml
1 parent 6712b16 commit 5219925

1 file changed

Lines changed: 4 additions & 26 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,37 +26,15 @@ jobs:
2626
python -m pip install --upgrade pip
2727
python -m pip install poetry poetry-dynamic-versioning
2828
29-
# - name: Setup TESTPYPI repo
30-
# run: |
31-
# poetry config repositories.testpypi https://test.pypi.org/legacy/
32-
3329
- name: Build package
3430
run: |
3531
poetry build
3632
37-
################################
38-
# TEMPORARY TEST PYPI STEPS #
39-
################################
40-
# - name: Mint token for Testpypi
41-
# id: mint
42-
# uses: tschm/token-mint-action@v1.0.2
43-
# with:
44-
# audience: testpypi
45-
# - name: Publish the package to Testpypi
46-
# run: |
47-
# poetry publish -r testpypi -u __token__ -p '${{ steps.mint.outputs.api-token }}'
4833
- name: Publish package distributions to TestPyPI
4934
uses: pypa/gh-action-pypi-publish@release/v1
35+
################################
36+
# REMOVE CUSTOM REPOSITORY TO #
37+
# PUBLISH ON OFFICIAL PYPI #
38+
################################
5039
with:
5140
repository-url: https://test.pypi.org/legacy/
52-
#####################################
53-
# DISABLE TEST STEPS AND UNCOMMENT #
54-
# THE FOLLOWING STEPS WHEN READY #
55-
#####################################
56-
# - name: Mint token for Pypi
57-
# id: mint
58-
# uses: tschm/token-mint-action@v1.0.2
59-
60-
# - name: Publish the package to Pypi
61-
# run: |
62-
# poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}'

0 commit comments

Comments
 (0)