Skip to content

Commit

Permalink
Update main.workflow (#25)
Browse files Browse the repository at this point in the history
* Update main.workflow

* Update main.workflow

* remove unneed files

* Update main.workflow

* bump version for new release process
  • Loading branch information
kmax12 authored Aug 6, 2019
1 parent f7938cf commit a49bdc0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workflow "Release" {
}

action "PyPI" {
uses = "./release"
uses = "FeatureLabs/gh-action-pypi-upload@master"
secrets = ["PYPI_USERNAME", "PYPI_PASSWORD"]
env = {
TWINE_REPOSITORY_URL = "https://upload.pypi.org/legacy/"
Expand Down
13 changes: 0 additions & 13 deletions release/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions release/upload.sh

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='featuretools_update_checker',
version='1.0.1',
version='1.0.2',
packages=find_packages(),
description='an update checker for featuretools',
url='http://featuretools.com',
Expand Down

0 comments on commit a49bdc0

Please sign in to comment.