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 cd1d62c commit 6fbc63cCopy full SHA for 6fbc63c
.github/workflows/distribute.yml
@@ -28,4 +28,5 @@ jobs:
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
31
+ MASTODON_TOKEN: ${{ secrets.MASTODON_TOKEN }}
32
run: inv distribute --tag v$(python setup.py --version 2> /dev/null) --no-dry-run
0 commit comments