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 0a50006 commit 96c4489Copy full SHA for 96c4489
.github/workflows/publish-pypi.yml
@@ -3,11 +3,6 @@ name: Publish to PyPi
3
4
on:
5
workflow_dispatch:
6
- inputs:
7
- is_draft:
8
- description: 'Test PyPi'
9
- required: true
10
- type: boolean
11
push:
12
branches: development, main
13
@@ -24,8 +19,8 @@ jobs:
24
19
python-version: 3.8
25
20
- name: Build dist files
26
21
run: >
27
- python -m pip install --upgrade pip && pip install -e .[test] &&
28
- python setup.py build && python res/versioning && python setup.py build &&
22
+ python -m pip install --upgrade pip && pip install -e .[build] &&
23
+ python setup.py build &&
29
python setup.py sdist --formats=gztar
30
- name: Publish distribution 📦 to Test PyPI
31
uses: pypa/gh-action-pypi-publish@release/v1 # license BSD-2
0 commit comments