Skip to content

Commit f2aed5f

Browse files
Merge pull request #51 from cal-itp/revise-publish-workflow
Revise package publishing workflow and README
2 parents 4375619 + ab90297 commit f2aed5f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
release:
66
types:
77
- published
8-
- edited
98

109
jobs:
1110
checks:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ This package is automatically pushed to pypi upon release.
4848
Releasing should follow this pattern:
4949

5050
* bump version number in `calitp/__init__.py`.
51-
* create a pre-release, and verify the test release action worked. The tag should be `v{VERSION}`, e.g. `v0.0.1`.
52-
* edit release, and uncheck the pre-release box.
51+
* create a pre-release by selecting the `pre-release` button at the bottom of the page. the tag should be `v{VERSION}pre`, e.g. `v0.0.1pre`. Verify the test release action worked, and that the pre-release was published to test.pypi.org
52+
* if the pre-release was successful, create a release from the same tag, and verify the release action worked. The tag should be `v{VERSION}`, e.g. `v0.0.1`.
5353

5454
## Develop an Image for Jupyterhub
5555

0 commit comments

Comments
 (0)