Skip to content

Commit c131206

Browse files
beeme1mrgruebel
andauthored
ci: update release process (#159)
* update release process Signed-off-by: Michael Beemer <[email protected]> * remove python container Signed-off-by: Michael Beemer <[email protected]> * remove trailing space Signed-off-by: Michael Beemer <[email protected]> * Update .github/workflows/release.yml Co-authored-by: Anton Grübel <[email protected]> Signed-off-by: Michael Beemer <[email protected]> --------- Signed-off-by: Michael Beemer <[email protected]> Co-authored-by: Anton Grübel <[email protected]>
1 parent 482aebf commit c131206

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,16 @@ jobs:
4545
permissions:
4646
# IMPORTANT: this permission is mandatory for trusted publishing to pypi
4747
id-token: write
48-
container:
49-
image: "python:3.13"
5048

5149
steps:
5250
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5351
with:
5452
submodules: recursive
5553

54+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
55+
with:
56+
python-version: '3.13'
57+
5658
- name: Upgrade pip
5759
run: pip install --upgrade pip
5860

@@ -64,7 +66,6 @@ jobs:
6466
working-directory: ${{ matrix.path }}
6567

6668
- name: Publish a Python distribution to PyPI
67-
# pinning till fixed https://github.com/pypa/gh-action-pypi-publish/issues/300
68-
uses: pypa/gh-action-pypi-publish@release/v1.11
69+
uses: pypa/gh-action-pypi-publish@release/v1
6970
with:
7071
packages-dir: ${{ matrix.path }}/dist

0 commit comments

Comments
 (0)