We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c716fb1 commit ac61051Copy full SHA for ac61051
.github/workflows/publish-to-pypi.yml
@@ -1,10 +1,5 @@
1
name: PyPI
2
3
-on:
4
- push:
5
- branches:
6
- - main
7
-
8
jobs:
9
build-n-publish:
10
name: Build and publish Python 🐍 distributions 📦 to PyPI
docs/changes.rst
@@ -15,7 +15,7 @@ all releases are available on `Anaconda.org <https://anaconda.org/pytask/pytask>
15
- :gh:`61` adds many changes to the documentation.
16
- :gh:`65` adds versioneer to pytask and :gh:`66` corrects the coverage reports which
17
were deflated due to the new files.
18
-- :gh:`67` prepares pytask to be published on PyPI.
+- :gh:`67` prepares pytask to be published on PyPI and :gh:`68` fixes the pipeline.
19
20
21
0.0.11 - 2020-12-27
0 commit comments