Skip to content

Commit

Permalink
cli token
Browse files Browse the repository at this point in the history
  • Loading branch information
omsh committed Feb 6, 2022
1 parent f1da1ee commit 116c5a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CLI_GH_TOKEN }}
run: |
VERSION=$(python -c "from dlomix import __version__; print(__version__);")
gh auth login --with-token $GITHUB_TOKEN
gh release create v$VERSION --title $VERSION --generate-notes
2 changes: 1 addition & 1 deletion dlomix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.2dev"
__version__ = "0.0.2dev1"

META_DATA = {
"author": "Omar Shouman",
Expand Down

0 comments on commit 116c5a5

Please sign in to comment.