Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/python-build.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-build.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-build.yml')
-rw-r--r--.github/workflows/python-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml
index 4cd32a93..647ad70e 100644
--- a/.github/workflows/python-build.yml
+++ b/.github/workflows/python-build.yml
@@ -19,8 +19,8 @@ jobs:
pip install build twine
- name: Build archinstall
run: |
- python -m build
+ python -m build . --wheel
- uses: actions/upload-artifact@v3
with:
name: archinstall
- path: dist/*
+ path: dist/* \ No newline at end of file