Skip to content

Commit

Permalink
Merge branch 'releases' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
johnameyer committed Apr 10, 2020
2 parents 1c06f7a + 56dd1a2 commit ca1dee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Cache Node Modules
uses: actions/cache@v1
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
python3 -m pip install --user --upgrade setuptools wheel twine
- name: Create Distributions
run: |
python3 setup.py sdist --formats=gztar bdist_wheel
run: python3 setup.py sdist --formats=gztar bdist_wheel

- name: Upload Distribution
run: python3 -m twine upload --non-interactive --repository-url https://upload.pypi.org/legacy/ dist/*
Expand Down

0 comments on commit ca1dee2

Please sign in to comment.