Skip to content

Commit 5625b0f

Browse files
authored
Prepare 8.4.2 (#6715)
* GH Actions: use latest `pypa/gh-action-pypi-publish` * Dummy commit
2 parents 34f246a + 7901738 commit 5625b0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/2_auto_publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: cylc/release-actions/build-python-package@v1
5050

5151
- name: Publish distribution to PyPI
52-
uses: pypa/gh-action-pypi-publish@v1.12.2
52+
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
5454
user: __token__ # uses the API token feature of PyPI - least permissions possible
5555
password: ${{ secrets.PYPI_TOKEN }}

cylc/flow/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
1617
"""Set up the cylc environment."""
1718

1819
import logging

0 commit comments

Comments
 (0)