Skip to content

Commit

Permalink
Do not deploy to PyPi Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ygalblum committed Dec 5, 2021
1 parent a86cb57 commit 403a0c5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ jobs:
- name: Build package
run: |
python setup.py sdist bdist_wheel
- name: Deploy to Test PyPi
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Deploy to PyPi
uses: pypa/gh-action-pypi-publish@master
with:
Expand All @@ -72,4 +66,4 @@ jobs:
webhook_uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
title: CTERA Python SDK version ${{ steps.tagName.outputs.tag }} was released
summary: Python SDK Version
actions: '[{ "@type": "OpenUri", "name": "PyPi", "targets": [{ "os": "default", "uri": "https://pypi.org/project/cterasdk/"}] }]'
actions: '[{ "@type": "OpenUri", "name": "PyPi", "targets": [{ "os": "default", "uri": "https://pypi.org/project/cterasdk/"}] }]'

0 comments on commit 403a0c5

Please sign in to comment.