We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34f246a + 7901738 commit 5625b0fCopy full SHA for 5625b0f
.github/workflows/2_auto_publish_release.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: cylc/release-actions/build-python-package@v1
50
51
- name: Publish distribution to PyPI
52
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@release/v1
53
with:
54
user: __token__ # uses the API token feature of PyPI - least permissions possible
55
password: ${{ secrets.PYPI_TOKEN }}
cylc/flow/__init__.py
@@ -13,6 +13,7 @@
13
#
14
# You should have received a copy of the GNU General Public License
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
+
17
"""Set up the cylc environment."""
18
19
import logging
0 commit comments