Skip to content

Commit

Permalink
try to fix the release thingummy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed May 21, 2024
1 parent 75376bf commit c0ca5bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
DATE=$(date '+%y.%-m.%-d')
echo $DATE
git config --global user.name releasebot
git config --global user.email ""
git tag -a $DATE -m ""
git push --tags
gh release create $DATE --notes "Automated weekly release"
- name: Build a binary wheel and a source tarball
run: python -m build --outdir dist/ .
Expand Down

0 comments on commit c0ca5bb

Please sign in to comment.