Skip to content

Commit bb4e71c

Browse files
committed
Sync pre-release.yml to release.yml
1 parent 60df5a0 commit bb4e71c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pre-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)