Skip to content

Commit

Permalink
fix: patch pypi deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rsyi committed Nov 22, 2020
1 parent 0d327f1 commit 9d6b3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
pip install --upgrade setuptools wheel
python setup.py sdist bdist_wheel --universal
- name: Deploy to Pypi
working-directory: ./pipelines
uses: pypa/[email protected]
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
packages_dir: pipelines/dist/

release-osx:
runs-on: macos-latest
Expand Down

0 comments on commit 9d6b3d0

Please sign in to comment.