Skip to content

Commit

Permalink
Merge pull request #13 from turnerlabs/feature/pypi_updates
Browse files Browse the repository at this point in the history
Updates for pushing to pypi
  • Loading branch information
pizen authored Apr 5, 2019
2 parents d1c0fc2 + 205f4b9 commit 0d94758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ action "PyPI Upload" {
needs = ["Check dist"]
uses = "./.github/actions/setuptools"
secrets = ["TWINE_USERNAME", "TWINE_PASSWORD"]
args = "twine upload --repository-url https://test.pypi.org/legacy/ dist/*"
args = "twine upload dist/*"
}
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup


VERSION = "0.0.2"
VERSION = "1.0.0"


with open("README.md", "r") as fh:
Expand Down Expand Up @@ -36,9 +36,9 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: Other/Proprietary License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: System Administrators",
"Environment :: Console",
"Topic :: Security"
Expand Down

0 comments on commit 0d94758

Please sign in to comment.