Skip to content

Commit 43925d0

Browse files
dimblebyjuarezr
authored andcommitted
build and publish a wheel
1 parent bb69578 commit 43925d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
run: |
3535
python -m pip install build --user
3636
37-
- name: Build the petl package as source tarball
37+
- name: Build the petl package
3838
run: |
39-
# python setup.py sdist
40-
python -m build --sdist --outdir dist/ .
39+
python -m build --outdir dist/ .
4140
4241
- name: Publish the package version ${{ github.event.release.tag_name }} to PyPI
4342
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)