Skip to content

Commit 3378ce2

Browse files
authored
Merge pull request #77 from SINTEF/fix/release-fix
fix: publish fix
2 parents 99733d5 + 52b2f07 commit 3378ce2

6 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/publish_MachSysS.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/publish_RunFeemsSim.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/publish_feems.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

RunFEEMSSim/_

Whitespace-only changes.

feems/_

Whitespace-only changes.
-31.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)