Browse Source

Fix tag event

pull/405/head
Simon Conseil 6 years ago
parent
commit
001ce74e4f
  1. 1
      .github/workflows/publish.yml

1
.github/workflows/publish.yml

@ -3,6 +3,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on:
push:
tags:
- '*'
jobs:
build-n-publish:

Loading…
Cancel
Save