File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
2+ # Trusted Publisher stuff: https://docs.pypi.org/trusted-publishers/adding-a-publisher/
23
34name : TEST Publish 📦 to TestPyPI
45
1011 build-n-publish :
1112 name : TEST Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1213 runs-on : ubuntu-latest
14+ environment :
15+ name : pypi-test
16+ url : https://test.pypi.org/project/SoftLayer/
17+ permissions :
18+ id-token : write
1319 steps :
1420 - uses : actions/checkout@master
1521 - name : Set up Python 3.11
3137 --outdir dist/
3238 .
3339 - name : Publish 📦 to Test PyPI
34- uses : pypa/gh-action-pypi-publish@master
40+ uses : pypa/gh-action-pypi-publish@release/v1
3541 with :
3642 password : ${{ secrets.CGALLO_TEST_PYPI }}
3743 repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments