Skip to content

Commit 692db21

Browse files
committed
Merge branch 'main' of https://github.com/alphauslabs/blue-sdk-python into main
2 parents 098ff1e + 94ec412 commit 692db21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prerelease-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install flake8 pytest setuptools wheel twine
30+
pip install flake8 pytest setuptools wheel twine build
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Lint with flake8
3333
run: |
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "Python package version: ${{ steps.get_version.outputs.VERSION }}"
4444
sed -i -E -r "s/version = \"(.*)\"/version = \"${{ steps.get_version.outputs.VERSION }}\"/g" setup.py
45-
python setup.py sdist bdist_wheel
45+
python -m build
4646
- name: Deploy Distribution to Test PyPI
4747
if: github.event.release.prerelease
4848
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)