mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:33:51 -04:00
Re-enable publishing
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -114,9 +114,9 @@ jobs:
|
|||||||
- name: Build Python package
|
- name: Build Python package
|
||||||
run: python -m build
|
run: python -m build
|
||||||
|
|
||||||
# - name: Publish Python package
|
- name: Publish Python package
|
||||||
# if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
# uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user