File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}'
You can’t perform that action at this time.
0 commit comments