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
|
||||
run: python -m build
|
||||
|
||||
# - name: Publish Python package
|
||||
# if: github.event_name == 'release'
|
||||
# uses: pypa/gh-action-pypi-publish@release/v1
|
||||
- name: Publish Python package
|
||||
if: github.event_name == 'release'
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user