Skip to content

Commit

Permalink
ci: update release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Nov 16, 2023
1 parent 7d6e9aa commit 57c57f0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down
12 changes: 12 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release Procedure

- Update `CHANGES.rst` (check `git diff vOLD`)
- Check that GitHub CI is passing
- Check that docs are building
- Make a new git tag:
```console
$ git tag -a vX.Y.Z -m 'Version X.Y.Z'
$ git push origin vX.Y.Z
```
- Check that GitHub Actions built, tested, and uploaded the release to PyPI
- Make a GitHub release of tag vX.Y.Z: https://github.com/abacusorg/abacusutils/releases
8 changes: 0 additions & 8 deletions RELEASING.rst

This file was deleted.

0 comments on commit 57c57f0

Please sign in to comment.