Skip to content

Commit

Permalink
Merge branch 'cylc:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Jun 25, 2024
2 parents 549aaa2 + 6ab790b commit e9addf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/2_auto_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: cylc/release-actions/build-python-package@v1

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__ # uses the API token feature of PyPI - least permissions possible
password: ${{ secrets.PYPI_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion cylc/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@
"""

__version__ = '1.4.1.dev'
__version__ = '1.5.0.dev'
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ packages = find_namespace:
python_requires = >=3.7
include_package_data = True
install_requires =
metomi-rose==2.3.*
cylc-flow==8.3.*
metomi-rose==2.4.*
cylc-flow==8.4.*
metomi-isodatetime
ansimarkup
jinja2
Expand Down

0 comments on commit e9addf2

Please sign in to comment.