We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c47d7 commit 48e0d4cCopy full SHA for 48e0d4c
.github/workflows/publish.yml
@@ -17,7 +17,22 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: '3.x'
+ python-version: '3.7'
21
+
22
+ - name: Install pep517
23
+ run: >-
24
+ python -m
25
+ pip install
26
+ pep517
27
+ --user
28
29
+ - name: Build a binary wheel and a source tarball
30
31
32
+ pep517.build
33
+ --source
34
+ --binary
35
+ --out-dir dist/
36
37
- name: Publish package
38
uses: pypa/gh-action-pypi-publish@master
0 commit comments