Skip to content

Commit ff64421

Browse files
andamianAdrian Damian
andauthored
Changed pypi publishing (#221)
Co-authored-by: Adrian Damian <[email protected]>
1 parent 19dd955 commit ff64421

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cibuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,9 @@ jobs:
9999
cd ${{ env.repo_name }}
100100
python -m pip install --upgrade pip
101101
pip install setuptools wheel twine
102+
- name: Install package
103+
run: |
104+
cd ${{ env.repo_name }}
105+
python setup.py sdist bdist_wheel
102106
- name: Publish package distributions to PyPI
103107
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)