Skip to content

Commit f226025

Browse files
committed
chore: fix problem in workflow file
1 parent 96c65d2 commit f226025

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish-testpypi-manual.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
testpypi:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
16-
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
1716
# build artifacts (wheel + sdist)
1817
- run: python -m pip install --upgrade build
19-
- run: python -m build
20-
18+
- run: python -m build
2119
# publish to **TestPyPI** via Trusted Publishers (OIDC)
2220
- uses: pypa/gh-action-pypi-publish@release/v1
2321
with:

0 commit comments

Comments
 (0)