Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjwang authored Aug 7, 2019
1 parent e66593b commit 06017c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ action "PyPI" {
uses = "./release"
secrets = ["PYPI_USERNAME", "PYPI_PASSWORD"]
env = {
TWINE_REPOSITORY_URL = "https://test.pypi.org/legacy/"
}
TWINE_REPOSITORY_URL = "https://upload.pypi.org/legacy/"
}
}

0 comments on commit 06017c0

Please sign in to comment.