Skip to content

Commit

Permalink
HOWTO-RELEASE: fix typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 3, 2021
1 parent eec8bb5 commit 4c04a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gdal/HOWTO-RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,13 @@ the GDAL package by one of the current owners : HowardB/FrankW/EvenR)
b) python setup.py bdist_wheel

c) Check the output:
twine check dist/gdal-utils-*.whl
twine check dist/gdal_utils-*.whl

c) For trial :
twine upload dist/gdal-utils-*.whl -r pypitest
twine upload dist/gdal_utils-*.whl -r pypitest

d) For real :
twine upload dist/gdal-utils-*.whl
twine upload dist/gdal_utils-*.whl

16) Build and bundle the java bindings.

Expand Down

0 comments on commit 4c04a61

Please sign in to comment.