Skip to content

Commit

Permalink
Update pypi package name
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 587660445
Change-Id: Ie1203e09470e7481ecbd24a24a2b6ab7f20df526
  • Loading branch information
jagapiou authored and copybara-github committed Dec 4, 2023
1 parent 36b1b6e commit a962003
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/dm-concordia
url: https://pypi.org/p/gdm-concordia
permissions:
id-token: write
timeout-minutes: 90
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install from PyPI
run: |
pip -vvv install dm-concordia
pip -vvv install gdm-concordia
pip list
- name: Test installation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

*A library for generative social simulation*

[![Python](https://img.shields.io/pypi/pyversions/dm-concordia.svg)](https://pypi.python.org/pypi/dm-concordia)
[![PyPI version](https://img.shields.io/pypi/v/dm-concordia.svg)](https://pypi.python.org/pypi/dm-concordia)
[![Python](https://img.shields.io/pypi/pyversions/gdm-concordia.svg)](https://pypi.python.org/pypi/gdm-concordia)
[![PyPI version](https://img.shields.io/pypi/v/gdm-concordia.svg)](https://pypi.python.org/pypi/gdm-concordia)
[![PyPI tests](../../actions/workflows/pypi-test.yml/badge.svg)](../../actions/workflows/pypi-test.yml)
[![Tests](../../actions/workflows/test-concordia.yml/badge.svg)](../../actions/workflows/test-concordia.yml)
[![Examples](../../actions/workflows/test-examples.yml/badge.svg)](../../actions/workflows/test-examples.yml)
Expand Down
2 changes: 1 addition & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dm-concordia
gdm-concordia
termcolor
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import setuptools

setuptools.setup(
name='dm-concordia',
name='gdm-concordia',
version='1.0.0.dev.0',
license='Apache 2.0',
license_files=['LICENSE'],
Expand Down

0 comments on commit a962003

Please sign in to comment.