Skip to content

Commit

Permalink
[CLIENT-1837] CI/CD: Fix using the wrong repository URL when uploadin…
Browse files Browse the repository at this point in the history
…g JFrog builds to pypi.org (#626)
  • Loading branch information
juliannguyen4 authored May 31, 2024
1 parent 8e9a95d commit 7b082c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-jfrog-build-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
with:
# This is the directory jf downloads the artifacts to
packages-dir: aerospike/${{ inputs.version }}/artifacts
repository-url: ${{ inputs.use-test-pypi && 'https://test.pypi.org/legacy/' || 'https://pypi.org/legacy/' }}
repository-url: ${{ inputs.use-test-pypi && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}
password: ${{ inputs.use-test-pypi && secrets.TEST_PYPI_API_TOKEN || secrets.PYPI_API_TOKEN }}

0 comments on commit 7b082c2

Please sign in to comment.