Skip to content

Commit e88a70e

Browse files
committed
fix cicd
1 parent d6f7154 commit e88a70e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: python-package-distributions
5050
path: dist/
5151
- name: Publish distribution 📦 to PyPI
52-
uses: pypa/gh-action-pypi-publish@release
52+
uses: pypa/gh-action-pypi-publish@release/v1
5353

5454
github-release:
5555
name: >-

flomo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.0.1-alpha'
1+
__version__ = '1.0.0-alpha'
22

33
import platform
44
import requests

0 commit comments

Comments
 (0)