Skip to content

Commit fe4fc2c

Browse files
committed
No local versions in pypi
1 parent 6957620 commit fe4fc2c

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/release_test.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,3 @@ jobs:
3737
- determine_version
3838
with:
3939
release_version: ${{ needs.determine_version.outputs.release_version }}
40-
41-
publish-to-test-pypi:
42-
name: Publish to TestPyPI
43-
needs:
44-
- create_artifacts
45-
runs-on: ubuntu-24.04
46-
permissions:
47-
id-token: write
48-
environment:
49-
name: test-pypi
50-
url: https://test.pypi.org/project/python-minifier/${{ needs.determine_version.outputs.release_version }}
51-
steps:
52-
- name: Download distribution artifacts
53-
uses: actions/[email protected]
54-
with:
55-
pattern: dist-*
56-
path: dist/
57-
merge-multiple: true
58-
59-
- name: Publish package distributions to PyPI
60-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
61-
with:
62-
repository-url: https://test.pypi.org/legacy/
63-
print-hash: true
64-
verbose: true

0 commit comments

Comments
 (0)