-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bb979a
commit f93ae6e
Showing
8 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,17 +34,17 @@ Legacy command (compatible with prior versions): | |
|
||
`docker run -it --rm icloudpd:icloudpd icloud --help` | ||
|
||
`icloudpd-1.17.2-windows-amd64 --help` | ||
`icloudpd-1.17.3-windows-amd64 --help` | ||
|
||
Help: | ||
|
||
`docker run -it --rm icloudpd:icloudpd` | ||
|
||
`icloudpd-ex-1.17.2-windows-amd64 --help` | ||
`icloudpd-ex-1.17.3-windows-amd64 --help` | ||
|
||
Example: | ||
|
||
`docker run -it --rm icloudpd:icloudpd copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}` | ||
|
||
`icloudpd-ex-1.17.2-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}` | ||
`icloudpd-ex-1.17.3-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#!/bin/bash | ||
set -euo pipefail | ||
|
||
# dev script | ||
# expecting dist/binary_dist to be set | ||
# required param registry_url | ||
# | ||
# prereq | ||
# disable auth on pypi server | ||
# | ||
# cleint use: pip install --index http://192.168.1.20:4880 --trusted-host 192.168.1.20 icloudpd | ||
|
||
# linux | ||
twine upload --repository-url $1 --non-interactive -u bogus -p bogus dist/icloudpd-1.17.2-py2.py3-none-manylinux*.whl dist/icloudpd-1.17.2-py2.py3-none-macos*.whl dist/icloudpd-1.17.2-py2.py3-none-win*.whl dist/icloudpd-1.17.2-py3-none-any.whl | ||
#!/bin/bash | ||
set -euo pipefail | ||
|
||
# dev script | ||
# expecting dist/binary_dist to be set | ||
# required param registry_url | ||
# | ||
# prereq | ||
# disable auth on pypi server | ||
# | ||
# cleint use: pip install --index http://192.168.1.20:4880 --trusted-host 192.168.1.20 icloudpd | ||
|
||
# linux | ||
twine upload --repository-url $1 --non-interactive -u bogus -p bogus dist/icloudpd-1.17.3-py2.py3-none-manylinux*.whl dist/icloudpd-1.17.3-py2.py3-none-macos*.whl dist/icloudpd-1.17.3-py2.py3-none-win*.whl dist/icloudpd-1.17.3-py3-none-any.whl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters