Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Apr 14, 2022
1 parent ffdc83a commit 38157ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.x'
- name: Install dependencies
run: |
cd python
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel
pip install -r requirements.txt
- name: Build and publish
env:
Expand All @@ -26,4 +26,5 @@ jobs:
run: |
cd python
python setup.py sdist bdist_wheel
pip install twine
twine upload dist/*

0 comments on commit 38157ea

Please sign in to comment.