We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c65d2 commit f226025Copy full SHA for f226025
.github/workflows/publish-testpypi-manual.yml
@@ -11,13 +11,11 @@ jobs:
11
testpypi:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
- - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
16
-
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
17
# build artifacts (wheel + sdist)
18
- run: python -m pip install --upgrade build
19
- - run: python -m build
20
+ - run: python -m build
21
# publish to **TestPyPI** via Trusted Publishers (OIDC)
22
- uses: pypa/gh-action-pypi-publish@release/v1
23
with:
0 commit comments