File tree Expand file tree Collapse file tree
machinery-system-structure Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,14 +36,12 @@ jobs:
3636 environment :
3737 name : pypi
3838 url : https://pypi.org/p/MachSysS
39+ permissions :
40+ id-token : write
3941 steps :
4042 - uses : actions/download-artifact@v4
4143 with :
4244 name : python-package-distributions-MachSysS
4345 path : dist/
4446 - name : Publish distribution 📦 to PyPI
4547 uses : pypa/gh-action-pypi-publish@release/v1
46- with :
47- skip-existing : true
48- user : __token__
49- password : ${{ secrets.PYCOSIM_UPLOAD }}
Original file line number Diff line number Diff line change @@ -36,14 +36,12 @@ jobs:
3636 environment :
3737 name : pypi
3838 url : https://pypi.org/p/RunFeemsSim
39+ permissions :
40+ id-token : write
3941 steps :
4042 - uses : actions/download-artifact@v4
4143 with :
4244 name : python-package-distributions-RunFeemsSim
4345 path : dist/
4446 - name : Publish distribution 📦 to PyPI
4547 uses : pypa/gh-action-pypi-publish@release/v1
46- with :
47- skip-existing : true
48- user : __token__
49- password : ${{ secrets.PYCOSIM_UPLOAD }}
Original file line number Diff line number Diff line change @@ -36,14 +36,12 @@ jobs:
3636 environment :
3737 name : pypi
3838 url : https://pypi.org/p/feems
39+ permissions :
40+ id-token : write
3941 steps :
4042 - uses : actions/download-artifact@v4
4143 with :
4244 name : python-package-distributions-feems
4345 path : dist/
4446 - name : Publish distribution 📦 to PyPI
4547 uses : pypa/gh-action-pypi-publish@release/v1
46- with :
47- skip-existing : true
48- user : __token__
49- password : ${{ secrets.PYCOSIM_UPLOAD }}
You can’t perform that action at this time.
0 commit comments