Skip to content

Commit

Permalink
add enviroment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bertaveira committed Mar 23, 2024
1 parent fbdd104 commit 238d83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(
name="conScenes",
name="conescenes",
version="0.1",
packages=["cli"],
package_data={'': ['data.json']},
Expand Down

0 comments on commit 238d83d

Please sign in to comment.