We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60df5a0 commit bb4e71cCopy full SHA for bb4e71c
1 file changed
.github/workflows/pre-release.yml
@@ -15,15 +15,15 @@ jobs:
15
steps:
16
- name: Checkout source
17
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
18
- - name: Set up Python
+ - name: Set up Python ${{ env.PYTHON_VERSION }}
19
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
20
with:
21
python-version: ${{ env.PYTHON_VERSION }}
22
- name: Install dependencies
23
- run: pip install .[build]
24
- - name: Build package
+ run: python -m pip install . --group build
+ - name: Build packages for distribution
25
run: python -m build
26
- - name: Publish package to Test PyPI
+ - name: Publish packages to Test PyPI
27
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
28
29
repository-url: https://test.pypi.org/legacy/
0 commit comments