Skip to content

Commit

Permalink
cleanup of new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Jun 15, 2021
1 parent 1eb858f commit f722e2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_linux.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: PyPI Linux

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi_macos.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: PyPI macos

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi_windows.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: PyPI Windows

on:
release:
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="ARC-Alkali-Rydberg-Calculator",
version="3.0.16",
version="3.0.19",
description="Alkali Rydberg Calculator",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -39,8 +39,8 @@
"Topic :: Scientific/Engineering :: Physics",
"Development Status :: 5 - Production/Stable"
],
url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator",
download_url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/3.0.16.tar.gz",
url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator",
download_url="https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/archive/refs/tags/v3.0.19.tar.gz",
author = 'Nikola Sibalic, Elizabeth J. Robertson, Jonathan D. Pritchard, Robert M. Potvliege, Matthew P. A. Jones, Charles S. Adams, Kevin J. Weatherill',
author_email = 'nikolasibalic@physics.org',

Expand Down

0 comments on commit f722e2a

Please sign in to comment.