Skip to content

Commit

Permalink
Release 0.0.3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishit-dagli committed Mar 11, 2021
1 parent 969473a commit 8958856
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
@@ -1,7 +1,7 @@
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Upload Python Package
name: Upload Python 🐍 Package 📦

on:
release:
Expand All @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python
- name: Set up Python 🐍
uses: actions/setup-python@v2
with:
python-version: '3.x'
Expand All @@ -35,7 +35,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
- name: Build and publish 🚀
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion gctf/version.py
@@ -1 +1 @@
__version__ = '0.0.2'
__version__ = '0.0.3'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name="gradient-centralization-tf",
version="0.0.2",
version="0.0.3",
description="Implement Gradient Centralization in TensorFlow",
packages=["gctf"],

Expand Down

0 comments on commit 8958856

Please sign in to comment.