mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
hotfix gha publish to pypi
This commit is contained in:
parent
db5141006e
commit
e3a7e8718c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: install pypa/build
|
||||
run: pip install build
|
||||
- name: build sdist(tarball) to dist/
|
||||
if: startsWith(matrix.python-version, '3.10') }}
|
||||
if: ${{ startsWith(matrix.python-version, '3.10') }}
|
||||
run: python -m build . --sdist
|
||||
- name: build bdist(wheel) to dist/
|
||||
run: python -m build . --wheel
|
||||
|
|
Loading…
Add table
Reference in a new issue