Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PINTO0309/sne4onnx into main
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Jun 7, 2022
2 parents efacf3b + 96f358d commit 87a1928
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Package build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
pip install setuptools wheel pipenv
- name: Build
run: |
python setup.py sdist bdist_wheel
twine upload --repository pypi dist/*
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 87a1928

Please sign in to comment.