Skip to content

Commit

Permalink
Merge pull request #38 from twisted/just-release
Browse files Browse the repository at this point in the history
update github action to actually monitor tags for releases
  • Loading branch information
glyph authored Oct 28, 2023
2 parents 231f745 + a443da3 commit 316afc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ name: CI
on:
push:
branches:
- trunk
- trunk
tags:
- '*'

pull_request:
branches: [ trunk ]
Expand Down
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Constantly
==========

A library that provides symbolic constant support.
It includes collections and constants with text, numeric, and bit flag values.
Originally ``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_ project.
A library that provides symbolic constant support. It includes collections and
constants with text, numeric, and bit flag values. Originally
``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_
project.


Installing
----------

constantly is available in `PyPI <https://pypi.org/project/constantly/>`_,
and can be installed via pip::
constantly is available in `PyPI <https://pypi.org/project/constantly/>`_, and
can be installed via pip::

$ pip install constantly

Expand All @@ -28,4 +29,5 @@ To run tests::

$ tox

This will run tests on Python 2.7, 3.3, 3.4, and PyPy, as well as doing coverage and pyflakes checks.
This will run tests on Python 2.7, 3.3, 3.4, and PyPy, as well as doing
coverage and pyflakes checks.

0 comments on commit 316afc4

Please sign in to comment.