Skip to content

Commit cdeb17b

Browse files
authored
Update build_publish_procedure.md
1 parent ec51932 commit cdeb17b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_publish_procedure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ This very short guide is for my own benefit, so I'll remember how I set all of t
1010
5) STOP - Now check that the install from ```pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple xga``` (I have had issues with fitsio and regions v0.4 on PIP, on Apollo, but conda install works).
1111
6) Now do a release on the GitHub website - this should trigger the build and publishing to the real PyPI index.
1212

13+
## Notes to self
14+
* Seems like sometimes I need to make sure to push tags from all branches from PyCharm
15+
* It will show up as a release but it doesn't seem to trigger the PyPI release action
16+
* To delete a remote tag (as I have had to a LOT while figuring this all out), use git push --delete origin {tag_name}

0 commit comments

Comments
 (0)