Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoMeyer441 committed Sep 29, 2020
2 parents c6ae320 + f04fbb1 commit e3d8e92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-linux-executable:

build-macos-executable:
stage: build
image: macos:catalina-xcode-python3
image: macos:high-sierra-xcode-python3
tags:
- libvirt
script:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
```bash
python3 -m pip install github-binary-upload
```
- Self-contained executables for Linux x86_64 with glibc >= 2.17 (any recent Linux distribution) and macOS Catalina and
newer are available on the [releases page](https://github.com/sciapp/github-binary-upload/releases/latest).
- Self-contained executables for Linux x86_64 with glibc >= 2.17 (any recent Linux distribution) and macOS High Sierra
and newer are available on the [releases page](https://github.com/sciapp/github-binary-upload/releases/latest).
- AUR package for Arch Linux users:
[python-github-binary-upload](https://aur.archlinux.org/packages/python-github-binary-upload/)

Expand Down
2 changes: 1 addition & 1 deletion github_binary_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

__copyright__ = "Copyright © 2019 Forschungszentrum Jülich GmbH. All rights reserved."
__license__ = "MIT"
__version_info__ = (0, 1, 6)
__version_info__ = (0, 1, 7)
__version__ = ".".join(map(str, __version_info__))


Expand Down

0 comments on commit e3d8e92

Please sign in to comment.