We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaedf87 commit 0fb6487Copy full SHA for 0fb6487
.github/workflows/monthly-tagger.yml
@@ -40,7 +40,7 @@ jobs:
40
VERS=$(python utils/mathlab_versioning.py get)
41
git config --global user.name 'Monthly Tag bot'
42
git config --global user.email 'mtbot@noreply.github.com'
43
- git add pina/meta.py
+ git add pyproject.toml
44
git commit -m "monthly version $VERS"
45
git tag -a "v$VERS" -m "Monthly version $VERS"
46
git push origin "v$VERS"
0 commit comments