Skip to content

Commit 21c712d

Browse files
committed
testpypi
1 parent 147d32a commit 21c712d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/push.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,22 @@ jobs:
8282
# - env:
8383
# GITHUB_TOKEN: "${{ github.token }}"
8484
# run: "gh release upload '${{ github.ref_name }}' dist/** --repo '${{ github.repository }}'"
85-
# testpypi:
86-
# environment:
87-
# name: "test.pypi.org"
88-
# url: "https://test.pypi.org/project/lbster"
89-
# needs:
90-
# - "build"
91-
# permissions:
92-
# id-token: "write"
93-
# runs-on: "ubuntu-latest"
94-
# steps:
95-
# - uses: "actions/download-artifact@v3"
96-
# with:
97-
# name: "python-package-distributions"
98-
# path: "dist/"
99-
# - uses: "pypa/gh-action-pypi-publish@release/v1"
100-
# with:
101-
# repository-url: "https://test.pypi.org/legacy/"
102-
# skip-existing: true
85+
testpypi:
86+
environment:
87+
name: "test.pypi.org"
88+
url: "https://test.pypi.org/project/lbster"
89+
needs:
90+
- "build"
91+
permissions:
92+
id-token: "write"
93+
runs-on: "ubuntu-latest"
94+
steps:
95+
- uses: "actions/download-artifact@v4"
96+
with:
97+
name: "python-package-distributions"
98+
path: "dist/"
99+
- uses: "pypa/gh-action-pypi-publish@release/v1"
100+
with:
101+
repository-url: "https://test.pypi.org/legacy/"
102+
skip-existing: true
103103
on: "push"

0 commit comments

Comments
 (0)