Skip to content

Commit 31818da

Browse files
author
Daniele Briggi
committed
chore(python): organize packages folder
1 parent f533c52 commit 31818da

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install build dependencies
6060
run: |
61-
cd python-package
61+
cd packages/python
6262
python3 -m pip install --upgrade pip
6363
python3 -m pip install -r requirements-dev.txt
6464
@@ -75,20 +75,20 @@ jobs:
7575
7676
- name: Download artifacts for current platform
7777
run: |
78-
cd python-package
78+
cd packages/python
7979
python3 download_artifacts.py "${{ matrix.plat_name }}" "${{ steps.get_version.outputs.version }}"
8080
8181
- name: Build wheel
8282
env:
8383
PACKAGE_VERSION: ${{ steps.get_version.outputs.version }}
8484
run: |
85-
cd python-package
85+
cd packages/python
8686
python setup.py bdist_wheel --plat-name "${{ matrix.plat_name }}"
8787
8888
- name: Publish to PyPI
8989
uses: pypa/gh-action-pypi-publish@release/v1
9090
with:
91-
packages-dir: python-package/dist
91+
packages-dir: packages/python/dist
9292
verbose: true
9393
# Avoid workflow to fail if the version has already been published
9494
skip-existing: true
File renamed without changes.

0 commit comments

Comments
 (0)