Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/python-publish.yml
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-02-27 23:51:22 +0100
committerGitHub <noreply@github.com>2023-02-27 23:51:22 +0100
commit2a17ba983330cf8c511b9b1fa0329acaa2631c7c (patch)
treeca347cabeaf44cedd4b6447fa006a51a6fa50e31 /.github/workflows/python-publish.yml
parentf26b5308597273dfa182b89d265bcc59e057bd0e (diff)
Replacing flit (#1655)
* Replacing flit * Removed python-flit as a dependency * Removed note about flit * Removed flit references in pyproject.toml
Diffstat (limited to '.github/workflows/python-publish.yml')
-rw-r--r--.github/workflows/python-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index dd25a105..8a5bd679 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -24,7 +24,7 @@ jobs:
pip install build twine
- name: Build archinstall
run: |
- python -m build
+ python -m build . --wheel
- name: Publish archinstall to PyPi
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}