Skip to content

Commit ac61051

Browse files
committed
fix pypi release.
1 parent c716fb1 commit ac61051

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/publish-to-pypi.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name: PyPI
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
83
jobs:
94
build-n-publish:
105
name: Build and publish Python 🐍 distributions 📦 to PyPI

docs/changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all releases are available on `Anaconda.org <https://anaconda.org/pytask/pytask>
1515
- :gh:`61` adds many changes to the documentation.
1616
- :gh:`65` adds versioneer to pytask and :gh:`66` corrects the coverage reports which
1717
were deflated due to the new files.
18-
- :gh:`67` prepares pytask to be published on PyPI.
18+
- :gh:`67` prepares pytask to be published on PyPI and :gh:`68` fixes the pipeline.
1919

2020

2121
0.0.11 - 2020-12-27

0 commit comments

Comments
 (0)