Sync with build-uc2.yml
This commit is contained in:
15
.github/workflows/PyPI-publishing.yml
vendored
15
.github/workflows/PyPI-publishing.yml
vendored
@ -1,6 +1,19 @@
|
|||||||
name: PyPI 📦 Distribution
|
name: PyPI 📦 Distribution
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- ".github/**"
|
||||||
|
- ".gitignore"
|
||||||
|
- "docs/**"
|
||||||
|
- "README"
|
||||||
|
- "CREDITS.TXT"
|
||||||
|
- "COPYING_GLIB"
|
||||||
|
- "COPYING.LGPL2"
|
||||||
|
- "AUTHORS.TXT"
|
||||||
|
- "CHANGELOG"
|
||||||
|
- "COPYING"
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user