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.
1 parent 5e778c2 commit 8c4a741Copy full SHA for 8c4a741
.github/workflows/pypi_push.yml
@@ -18,9 +18,8 @@ jobs:
18
- name: Build a binary wheel and source tarball
19
run: |
20
python setup.py sdist bdist_wheel
21
- - name: Publish distribution 📦 to test PyPI
+ - name: Publish distribution 📦 to PyPI
22
if: startsWith(github.event.ref, 'refs/tags')
23
uses: pypa/gh-action-pypi-publish@master
24
with:
25
- password: ${{ secrets.pypi_deploy_test }}
26
- repository_url: https://test.pypi.org/legacy/
+ password: ${{ secrets.pypi_deploy }}
libcloudforensics/__init__.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
"""libcloud forensics module."""
16
17
-__version__ = '20200504.a'
+__version__ = '20200504'
0 commit comments