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 f7938cf commit a49bdc0Copy full SHA for a49bdc0
.github/main.workflow
@@ -4,7 +4,7 @@ workflow "Release" {
4
}
5
6
action "PyPI" {
7
- uses = "./release"
+ uses = "FeatureLabs/gh-action-pypi-upload@master"
8
secrets = ["PYPI_USERNAME", "PYPI_PASSWORD"]
9
env = {
10
TWINE_REPOSITORY_URL = "https://upload.pypi.org/legacy/"
release/Dockerfile
release/upload.sh
setup.py
@@ -8,7 +8,7 @@
setup(
name='featuretools_update_checker',
11
- version='1.0.1',
+ version='1.0.2',
12
packages=find_packages(),
13
description='an update checker for featuretools',
14
url='http://featuretools.com',
0 commit comments