Skip to content

Commit 8c4a741

Browse files
authored
Worflow pushes to prod PyPI, version bump (#53)
* Change workflow to push to prod PyPI * Bump version
1 parent 5e778c2 commit 8c4a741

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/pypi_push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
- name: Build a binary wheel and source tarball
1919
run: |
2020
python setup.py sdist bdist_wheel
21-
- name: Publish distribution 📦 to test PyPI
21+
- name: Publish distribution 📦 to PyPI
2222
if: startsWith(github.event.ref, 'refs/tags')
2323
uses: pypa/gh-action-pypi-publish@master
2424
with:
25-
password: ${{ secrets.pypi_deploy_test }}
26-
repository_url: https://test.pypi.org/legacy/
25+
password: ${{ secrets.pypi_deploy }}

libcloudforensics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
"""libcloud forensics module."""
1616

17-
__version__ = '20200504.a'
17+
__version__ = '20200504'

0 commit comments

Comments
 (0)