Skip to content

Commit

Permalink
fix: hub cli needs token
Browse files Browse the repository at this point in the history
  • Loading branch information
thoward27 committed Mar 12, 2020
1 parent 9f61242 commit 551136e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make publish

- name: Push to git
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grade"
version = "2.1.15"
version = "2.1.16"
description = "a package focused on autograding"
authors = ["Tom <[email protected]>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit 551136e

Please sign in to comment.