We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f7154 commit e88a70eCopy full SHA for e88a70e
2 files changed
.github/workflows/cy-cd.yml .github/workflows/ci-cd.yml.github/workflows/cy-cd.yml renamed to .github/workflows/ci-cd.yml
@@ -49,7 +49,7 @@ jobs:
49
name: python-package-distributions
50
path: dist/
51
- name: Publish distribution 📦 to PyPI
52
- uses: pypa/gh-action-pypi-publish@release
+ uses: pypa/gh-action-pypi-publish@release/v1
53
54
github-release:
55
name: >-
flomo/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '1.0.1-alpha'
+__version__ = '1.0.0-alpha'
2
3
import platform
4
import requests
0 commit comments