Skip to content

Commit

Permalink
Merge pull request #15 from cokelaer/main
Browse files Browse the repository at this point in the history
Update pypi workflow
  • Loading branch information
cokelaer committed Nov 24, 2023
2 parents da8402c + 04ff044 commit 56a1083
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@main
- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Install package
- name: Install package
run: |
pip install build
pip install build poetry
- name: Build source tarball
run: |
rm -rf dist;
python setup.py sdist
poetry build
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 0 additions & 1 deletion test/test_main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import easydev
import os
import tempfile
import subprocess
Expand Down

0 comments on commit 56a1083

Please sign in to comment.