Skip to content

Commit a49bdc0

Browse files
authored
Update main.workflow (#25)
* Update main.workflow * Update main.workflow * remove unneed files * Update main.workflow * bump version for new release process
1 parent f7938cf commit a49bdc0

File tree

4 files changed

+2
-52
lines changed

4 files changed

+2
-52
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ workflow "Release" {
44
}
55

66
action "PyPI" {
7-
uses = "./release"
7+
uses = "FeatureLabs/gh-action-pypi-upload@master"
88
secrets = ["PYPI_USERNAME", "PYPI_PASSWORD"]
99
env = {
1010
TWINE_REPOSITORY_URL = "https://upload.pypi.org/legacy/"

release/Dockerfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

release/upload.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='featuretools_update_checker',
11-
version='1.0.1',
11+
version='1.0.2',
1212
packages=find_packages(),
1313
description='an update checker for featuretools',
1414
url='http://featuretools.com',

0 commit comments

Comments
 (0)