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 2f08f47 commit aab136fCopy full SHA for aab136f
.github/workflows/publish-to-pypi.yaml
@@ -17,16 +17,15 @@ jobs:
17
uses: actions/setup-python@v3
18
with:
19
python-version: '3.10'
20
- - name: Installing package
+
21
+ - name: Install build tools
22
run: |
- pip3 install .
23
- pip3 install .[pypi]
24
- pip3 install build wheel
25
- pip3 install setuptools --upgrade
26
- pip3 install setuptools_scm
+ pip install --upgrade pip setuptools wheel build setuptools_scm
27
- name: Build Package
28
29
python -m build --no-isolation
30
- name: Publish package to PyPI
31
uses: pypa/gh-action-pypi-publish@release/v1
32
0 commit comments