We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3cfcb commit a57b4a5Copy full SHA for a57b4a5
.github/workflows/deploy.yml
@@ -47,7 +47,6 @@ jobs:
47
url: https://pypi.org/p/ravenpackapi
48
permissions:
49
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
50
-
51
runs-on: ubuntu-latest
52
strategy:
53
max-parallel: 1
@@ -61,5 +60,3 @@ jobs:
61
60
path: dist/
62
- name: Publish package distributions to PyPI
63
uses: pypa/gh-action-pypi-publish@release/v1
64
- with:
65
- repository-url: https://pypi.org/legacy/
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = '1.0.60'
+VERSION = '1.1.0'
4
5
with open('README.rst') as readme_file:
6
readme = readme_file.read()
0 commit comments