Skip to content

Commit

Permalink
prepare for tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeu Granemann committed Nov 24, 2020
1 parent 70fa97c commit 141ebde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,7 @@ jobs:
- name: Build
run: |
python setup.py sdist bdist_wheel
- name: Publish (testpypi)
if: endsWith(github.ref, '-rc')
env:
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
TWINE_REPOSITORY_URL: "https://test.pypi.org/legacy/"
run: |
twine upload dist/*
- name: Publish (pypi)
if: "!endsWith(github.ref, '-rc')"
- name: Publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: test

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![PyPI](https://img.shields.io/badge/pypi-latest-blue)](https://pypi.org/project/dugaire/)
[![Python](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue)](https://pypi.org/project/dugaire/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Build](https://github.com/tadeugr/dugaire/workflows/build/badge.svg)](https://github.com/tadeugr/dugaire/workflows/build/badge.svg)
[![Test](https://github.com/tadeugr/dugaire/workflows/test/badge.svg)](https://github.com/tadeugr/dugaire/workflows/build/badge.svg)
[![codecov](https://codecov.io/gh/tadeugr/dugaire/branch/develop/graph/badge.svg?token=Q6OURIL1ZK)](https://codecov.io/gh/tadeugr/dugaire)
[![Documentation Status](https://readthedocs.org/projects/dugaire/badge/?version=latest)](https://dugaire.readthedocs.io/en/latest/?badge=latest)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftadeugr%2Fdugaire.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftadeugr%2Fdugaire?ref=badge_shield)
Expand Down
2 changes: 1 addition & 1 deletion dugaire/info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def get_version():
return "0.0.12"
return "0.0.10"


def get_prog_name():
Expand Down

0 comments on commit 141ebde

Please sign in to comment.