Skip to content

Commit 6e35223

Browse files
committed
Request token for testpypi
1 parent 61b4d4d commit 6e35223

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,26 @@ jobs:
3434
run: |
3535
poetry build
3636
37-
- name: Mint token
37+
################################
38+
# TEMPORARY TEST PYPI STEPS #
39+
################################
40+
- name: Mint token for Testpypi
3841
id: mint
3942
uses: tschm/token-mint-action@v1.0.2
40-
43+
with:
44+
audience: testpypi
4145
- name: Publish the package to Testpypi
4246
run: |
4347
poetry publish -r testpypi -u __token__ -p '${{ steps.mint.outputs.api-token }}'
4448
45-
# - name: Publish the package
49+
#####################################
50+
# DISABLE TEST STEPS AND UNCOMMENT #
51+
# THE FOLLOWING STEPS WHEN READY #
52+
#####################################
53+
# - name: Mint token for Pypi
54+
# id: mint
55+
# uses: tschm/token-mint-action@v1.0.2
56+
57+
# - name: Publish the package to Pypi
4658
# run: |
4759
# poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}'

0 commit comments

Comments
 (0)