Skip to content

Commit

Permalink
Configuring GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Dec 12, 2020
1 parent dae1720 commit 14d85d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: publish-py-dist-to-pypi

on:
push:
branches:
- master
tags:
- v**

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ In case a bucket is missing or its configuration differs, it gets created and co
For a reference implementation, see [Examples](examples).

## Compatibility
* Django 2.0 or later
* Django 2.2 or later
* Python 3.6.0 or later
* MinIO SDK 7.0.0 or later

**Note:** This library relies heavily on [PEP 484 -- Type Hints](https://www.python.org/dev/peps/pep-0484/)
which was introduced in *Python 3.5.0*.
Expand Down
35 changes: 0 additions & 35 deletions freeze_git_tag.py

This file was deleted.

0 comments on commit 14d85d4

Please sign in to comment.