Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-13 07:21:33 +0000
committerGitHub <noreply@github.com>2021-04-13 07:21:33 +0000
commit509784b3e5d4edf33a4004b083eb7deee98fc9ca (patch)
tree84995382c5af79bc5a42a4e4a0041e337f72d109 /.github
parent7c902a6c83868abb7913a4303dfd36306ca8d189 (diff)
parentd1bf6a6182ea7c8246d703daf6523e5198f63971 (diff)
Merge pull request #294 from advaithm/flit-builtools
Move to flit as build tool
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python-publish.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 09bcba55..c24fc0d7 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -21,11 +21,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install setuptools wheel twine
+ pip install setuptools wheel flit
- name: Build and publish
env:
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
+ FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
- python setup.py sdist bdist_wheel
- twine upload dist/*
+ flit publish