File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 steps :
1616 - name : Checkout source
1717 uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
18- - name : Set up Python
18+ - name : Set up Python ${{ env.PYTHON_VERSION }}
1919 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
2020 with :
2121 python-version : ${{ env.PYTHON_VERSION }}
2222 - name : Install dependencies
23- run : pip install .[ build]
24- - name : Build package
23+ run : python -m pip install . --group build
24+ - name : Build packages for distribution
2525 run : python -m build
26- - name : Publish package to Test PyPI
26+ - name : Publish packages to Test PyPI
2727 uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
2828 with :
2929 repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments