Skip to content

Commit

Permalink
Fix bin/release_to_pypi.sh (#2)
Browse files Browse the repository at this point in the history
Remove the TWINE_USERNAME export as username authentication is no longer allowed, and the instructions in comments for setting up ~/.pypirc uses tokens (but the env variable export will override and cause an error).
  • Loading branch information
es1024 authored Feb 3, 2025
1 parent e25dce4 commit c50406d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/release_to_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# or implied. See the License for the specific language governing permissions and limitations
# under the License.

export TWINE_USERNAME=yugabyte

set -euo pipefail -x
cd "${BASH_SOURCE[0]%/*}"/..

Expand Down

0 comments on commit c50406d

Please sign in to comment.