Skip to content

Commit b34610c

Browse files
committed
make a test release
1 parent 885280b commit b34610c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types:
66
- published
7+
# Uncomment this together with the "repository-url" field of pypa/gh-action-pypi-publish
8+
# to make a test release. Building this is rather expensive so do not merge this uncommented!
9+
push:
10+
### @Reviewer: MAKE SURE THE LINE ABOVE IS COMMENTED OUT BEFORE MERGE! ###
711

812
jobs:
913

@@ -68,5 +72,5 @@ jobs:
6872
- uses: pypa/gh-action-pypi-publish@release/v1
6973
with:
7074
skip-existing: true
71-
# To test uploads to TestPyPI, uncomment the following:
72-
# repository-url: https://test.pypi.org/legacy/
75+
# To test uploads to TestPyPI, uncomment the following, as well as the "push:" line at the top:
76+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)