File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments