Skip to content

Commit ee207dc

Browse files
committed
RELEASE_INSTRUCTIONS.md: Remove mentioning of circle CI
We don't use it anymore and now also use github actions for releasing.
1 parent 94a7a8b commit ee207dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE_INSTRUCTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ or a predetermined release date is approaching
2323

2424
### PyPI and BKP
2525

26-
- [ ] Set release version with "git tag v#.#.#" (e.g. "git tag v1.0.0"), this triggers circleci to publish ipfx to PyPI (deprecated, need to move to GitHub Actions)
26+
- [ ] Set release version with "git tag v#.#.#" (e.g. "git tag v1.0.0"), this CI to publish ipfx to PyPI
2727
- [ ] Build and deploy:
2828
- [ ] `hatch build`
2929
- [ ] `twine upload dist/* --verbose --config-file ~/.pypirc`

0 commit comments

Comments
 (0)