mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 11:35:17 -04:00
Switched to new build and publish workflow (#4337)
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -46,10 +46,10 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Set up Python dependencies
|
||||
run: pip install --upgrade setuptools wheel twine
|
||||
run: pip install --upgrade build twine
|
||||
|
||||
- name: Build Python package
|
||||
run: python setup.py build sdist bdist_wheel --universal
|
||||
run: python -m build
|
||||
|
||||
- name: Publish Python package
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user