Skip to content

Commit

Permalink
ci: remove compilie_catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikuncar committed Jul 22, 2021
1 parent 2cc6ff2 commit 36506e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install setuptools wheel
- name: Build package
run: python setup.py compile_catalog sdist bdist_wheel
run: python setup.py sdist bdist_wheel

- name: Publish on PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit 36506e4

Please sign in to comment.